System Notifications

System Notification notifies you of Disk, CPU, and Memory usage of Logpoint. When there is a new notification, the navigation bar displays an alert. Click the Notification icon (notification) to open Notification Center.

These notifications are configured from Settings >> System Settings >> System Monitor >> Dashboard.

../_images/LP_SysMonitoringDashboard.png

System Monitoring Dashboard

Disk Usage Notification

Two notifications are setup and activated in Logpoint out-of-the-box. By default, you are notified when the total disk usage reaches 80% and 90%. The percentage of used disk space is displayed at the top-right. The values can be configured to trigger the notification at any threshold. To learn how to create more disk usage notifications, go to Configure Custom Disk Usage Notification. The disk usage notification is displayed even after the current disk usage no longer exceeds the configured threshold. Go to Delete Disk Usage Notification to stop seeing or turn off the notification.

../_images/LP_SysNotif_Notif_80-90.png

Default Disk Notifications

../_images/LP_SysNotif_disk.png

Disk Alert

Delete Disk Usage Notification

  1. Go to Settings >> System Settings >> System Monitor >> Dashboard.

  2. In Disk Usage, click ADD.

  3. Click the Delete icon in Actions.

../_images/LP_SysNotif_disk_delete.png

Delete Disk Notification

  1. Click Yes to confirm deletion.

  2. Click Notifications in the navigation bar.

  3. Click the More dropdown and click Resolve All.

../_images/LP_SysNotif_resolve.png

Resolve Notification

Configure Custom Disk Usage Notification

  1. Go to Settings >> System Settings from the navigation bar and click System Monitor.

  2. Select Dashboard.

  3. In Disk Usage, Click Add.

../_images/LP_SysNotif_Disk_AddPanel.png

Adding a Disk Notification

  1. Enter the Percent of total disk space used that triggers a notification, or at what threshold you want to be notified.

  2. Enter the Title and Message you want the notification to have.

  3. If you want to initiate a command at the same time the notification is sent, specify a system Command. The command should be an executable bash command. Providing a Command is optional.

    For Example: The following Bash command checks for free disk space at /dev/sda and also cleans up cached packages at that location:

    df - Th/dev/sda
    
    sudo apt-get clean
    
  4. Enter the address of the remote Server and the Port number.

  5. Select the Authentication type of the remote Server.

    • If you choose Password, enter a Password.

    • If you choose SSH Certificate, an SSH Certificate is automatically generated.

    The password or the SSH certificate key are required for user validation while accessing the remote server. Make sure you are able to remember them.

  6. Click Submit.

When the notification is triggered, the notification is displayed in the notification center.

../_images/LP_SysNotif_Notif_2.png

Notification Center

CPU Usage Notification

There are no CPU usage notification setup and activated in Logpoint out-of-the-box. To configure CPU usage notification:

  1. Go to Settings >> System Settings from the navigation bar and click System Monitor.

  2. Select Dashboard.

  3. In CPU Usage, click ADD.

  4. Enter the Percent of total disk space used that triggers a notification, or at what threshold you want to be notified.

../_images/LP_SysNotif_CPU_AddPanel.png

Adding a CPU Notification

  1. Enter the Title and Message you want the notification to have.

  2. If you want to initiate a command at the same time the notification is sent, specify a system Command. The command should be an executable bash command. Providing a Command is optional.

    For Example: The following command checks for any files greater than 50MB and lists them in the terminal:

    sudo find / -type f -size +50M -exec ls -lh {} \;
    
  3. Enter the address of the remote Server and the Port number.

  4. Select the Authentication type of the remote Server.

    • If you choose Password, enter a Password.

    • If you choose SSH Certificate, an SSH Certificate is automatically generated.

    The password or the SSH certificate key are required for user validation while accessing the remote server. Make sure you are able to remember them.

  5. Click Submit.

Memory Usage Notification

There are no Memory usage notification setup and activated in Logpoint out-of-the-box. To configure Memory usage notification:

  1. Go to Settings >> System Settings from the navigation bar and click System Monitor.

  2. Select Dashboard.

  3. In Memory Usage, click ADD.

  4. Enter the Percent of total disk space used that triggers a notification, or at what threshold you want to be notified.

../_images/LP_SysNotif_Mem_AddPanel.png

Memory Notification

  1. Enter the Title and Message you want the notification to have.

  2. If you want to initiate a command at the same time the notification is sent, specify a system Command. The command should be an executable bash command. Providing a Command is optional.

    For Example: The following command clears all the PageCaches in the RAM:

    # sync; echo 1 > /proc/sys/vm/drop_caches
    
  3. Enter the address of the remote Server and the Port number.

  4. Select the Authentication type of the remote Server.

    • If you choose Password, enter a Password.

    • If you choose SSH Certificate, an SSH Certificate is automatically generated.

    The password or the SSH certificate key are required for user validation while accessing the remote server. Make sure you are able to remember them.

  5. Click Submit.


Helpful?

We are glad this guide helped.


Please don't include any personal information in your comment

Contact Support